home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
New Star Software Collection
/
NSS_Collection.iso
/
5-029 turbo debugger and assem
/
disks.7z
/
3
/
CHAPXMPL.ARC
/
MYPROLOG.PRO
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-08-29
|
215 b
|
13 lines
/* MYPROLOG.PRO */
global predicates
double(integer,integer) - (i,o) language asm
goal
write("Enter an integer "),
readint(I),
double(I,Y),
write(I," doubled is ",Y) ,
readchar(_).